Html Css Color HEX #95907C Gurkha

📋 copy color: '#95907C'

red 149 ◦ green 144 ◦ blue 124

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

Shades of Gurkha #95907C

Tints of Gurkha #95907C

RGB

 RED value IS 149 (58.59% from 255) = 35.73%

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

 BLUE value IS 124 (48.83% from 255) = 29.74%

R = 35.73%
G = 34.53%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#95907C (or 0x95907C) is known color: Gurkha. HEX triplet: 95, 90 and 7C. RGB value is (149,144,124). Sum of RGB (Red+Green+Blue) = 149+144+124=417 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.73% from 417); Green value is 144 (56.64% from 255 or 34.53% from 417); Blue value is 124 (48.83% from 255 or 29.74% from 417); Max value from RGB is 149 - color contains mainly: red. Hex color #95907C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95907C is #6A6F83. Grayscale: #8F8F8F. Windows color (decimal): -6975364 or 8163477. OLE color: 8163477.

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

Color convert

RGB 149 144 124 -
CMYK 0 0.03 0.17 0.42
HSL 48º 0.11% 0.54% -
HSV(B) 48º 0.17% 0.58% -
XYZ 26.01 27.79 23.06 -
YUV 143.22 117.16 132.13 -
System Red Green Blue C M Y K H S L
Decimal 149 144 124 0 0.03 0.17 0.42 48 0.11 0.54
Hex 95 90 7C 0 3 11 2A 30 B 36
Octal 225 220 174 0 3 21 52 60 13 66
Binary 10010101 10010000 1111100 0 11 10001 101010 110000 1011 110110

Color Harmonies of #95907C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95907C

Black with #95907C

Text Example


Text Example

White with #95907C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95907C; }

 p { color: rgb(149,144,124); }

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

background-color css

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

 a { background-color: rgb(149,144,124); }

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

border-color css

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

 span { border-color: rgb(149,144,124); }

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