Html Css Color HEX #92907F Gurkha

📋 copy color: '#92907F'

red 146 ◦ green 144 ◦ blue 127

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

Shades of Gurkha #92907F

Tints of Gurkha #92907F

RGB

 RED value IS 146 (57.42% from 255) = 35.01%

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

 BLUE value IS 127 (50% from 255) = 30.46%

R = 35.01%
G = 34.53%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.13

 K value IS 0.43

RGB Variations

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

Color information

#92907F (or 0x92907F) is known color: Gurkha. HEX triplet: 92, 90 and 7F. RGB value is (146,144,127). Sum of RGB (Red+Green+Blue) = 146+144+127=417 (55% of max value = 765). Red value is 146 (57.42% from 255 or 35.01% from 417); Green value is 144 (56.64% from 255 or 34.53% from 417); Blue value is 127 (50% from 255 or 30.46% from 417); Max value from RGB is 146 - color contains mainly: red. Hex color #92907F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92907F is #6D6F80. Grayscale: #8E8E8E. Windows color (decimal): -7171969 or 8360082. OLE color: 8360082.

HSL color Cylindrical-coordinate representation of color #92907F: hue angle of 53.68º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #92907F is Cyan = 0, Magento = 0.01, Yellow = 0.13 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 144 127 -
CMYK 0 0.01 0.13 0.43
HSL 53.68º 0.08% 0.54% -
HSV(B) 53.68º 0.13% 0.57% -
XYZ 25.66 27.59 24.05 -
YUV 142.66 119.16 130.38 -
System Red Green Blue C M Y K H S L
Decimal 146 144 127 0 0.01 0.13 0.43 53.68 0.08 0.54
Hex 92 90 7F 0 1 D 2B 36 8 36
Octal 222 220 177 0 1 15 53 66 10 66
Binary 10010010 10010000 1111111 0 1 1101 101011 110110 1000 110110

Color Harmonies of #92907F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92907F

Black with #92907F

Text Example


Text Example

White with #92907F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #92907F; }

 p { color: rgb(146,144,127); }

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

background-color css

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

 a { background-color: rgb(146,144,127); }

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

border-color css

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

 span { border-color: rgb(146,144,127); }

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