Html Css Color HEX #94907E Gurkha

📋 copy color: '#94907E'

red 148 ◦ green 144 ◦ blue 126

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

Shades of Gurkha #94907E

Tints of Gurkha #94907E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 30.14%

R = 35.41%
G = 34.45%
B = 30.14%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#94907E (or 0x94907E) is known color: Gurkha. HEX triplet: 94, 90 and 7E. RGB value is (148,144,126). Sum of RGB (Red+Green+Blue) = 148+144+126=418 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.41% from 418); Green value is 144 (56.64% from 255 or 34.45% from 418); Blue value is 126 (49.61% from 255 or 30.14% from 418); Max value from RGB is 148 - color contains mainly: red. Hex color #94907E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94907E is #6B6F81. Grayscale: #8F8F8F. Windows color (decimal): -7040898 or 8294548. OLE color: 8294548.

HSL color Cylindrical-coordinate representation of color #94907E: hue angle of 49.09º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #94907E is Cyan = 0, Magento = 0.03, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 144 126 -
CMYK 0 0.03 0.15 0.42
HSL 49.09º 0.09% 0.54% -
HSV(B) 49.09º 0.15% 0.58% -
XYZ 25.95 27.75 23.73 -
YUV 143.14 118.33 131.46 -
System Red Green Blue C M Y K H S L
Decimal 148 144 126 0 0.03 0.15 0.42 49.09 0.09 0.54
Hex 94 90 7E 0 3 F 2A 31 9 36
Octal 224 220 176 0 3 17 52 61 11 66
Binary 10010100 10010000 1111110 0 11 1111 101010 110001 1001 110110

Color Harmonies of #94907E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94907E

Black with #94907E

Text Example


Text Example

White with #94907E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94907E; }

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

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

background-color css

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

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

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

border-color css

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

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

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