Html Css Color HEX #949078 Gurkha

📋 copy color: '#949078'

red 148 ◦ green 144 ◦ blue 120

#949078
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gurkha #949078

Tints of Gurkha #949078

RGB

 RED value IS 148 (58.2% from 255) = 35.92%

 GREEN value IS 144 (56.64% from 255) = 34.95%

 BLUE value IS 120 (47.27% from 255) = 29.13%

R = 35.92%
G = 34.95%
B = 29.13%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.19

 K value IS 0.42

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#949078 (or 0x949078) is known color: Gurkha. HEX triplet: 94, 90 and 78. RGB value is (148,144,120). Sum of RGB (Red+Green+Blue) = 148+144+120=412 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.92% from 412); Green value is 144 (56.64% from 255 or 34.95% from 412); Blue value is 120 (47.27% from 255 or 29.13% from 412); Max value from RGB is 148 - color contains mainly: red. Hex color #949078 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949078 is #6B6F87. Grayscale: #8E8E8E. Windows color (decimal): -7040904 or 7901332. OLE color: 7901332.

HSL color Cylindrical-coordinate representation of color #949078: hue angle of 51.43º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #949078 is Cyan = 0, Magento = 0.03, Yellow = 0.19 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 144 120 -
CMYK 0 0.03 0.19 0.42
HSL 51.43º 0.12% 0.53% -
HSV(B) 51.43º 0.19% 0.58% -
XYZ 25.58 27.6 21.75 -
YUV 142.46 115.33 131.95 -
System Red Green Blue C M Y K H S L
Decimal 148 144 120 0 0.03 0.19 0.42 51.43 0.12 0.53
Hex 94 90 78 0 3 13 2A 33 C 35
Octal 224 220 170 0 3 23 52 63 14 65
Binary 10010100 10010000 1111000 0 11 10011 101010 110011 1100 110101

Color Harmonies of #949078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949078

Black with #949078

Text Example


Text Example

White with #949078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949078; }

 p { color: rgb(148,144,120); }

 H1.HeaderClassName
 {
   color: #949078;
 }
 .AnyTagClassName
 {
   color: #949078;
 }
</style>

background-color css

<style>
 a { background-color: #949078; }

 a { background-color: rgb(148,144,120); }

 div.DivClassName
 {
   background-color: #949078;
 }
 .BgClassName
 {
   background-color: #949078;
 }
</style>

border-color css

<style>
 span { border-color: #949078; }

 span { border-color: rgb(148,144,120); }

 td.TdClassName
 {
   border-color: #949078;
 }
 .TagClassName
 {
   border-color: #949078;
 }
</style>