Html Css Color HEX #7F7950 Kokoda

📋 copy color: '#7F7950'

red 127 ◦ green 121 ◦ blue 80

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

Shades of Kokoda #7F7950

Tints of Kokoda #7F7950

RGB

 RED value IS 127 (50% from 255) = 38.72%

 GREEN value IS 121 (47.66% from 255) = 36.89%

 BLUE value IS 80 (31.64% from 255) = 24.39%

R = 38.72%
G = 36.89%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.37

 K value IS 0.50

RGB Variations

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

Color information

#7F7950 (or 0x7F7950) is known color: Kokoda. HEX triplet: 7F, 79 and 50. RGB value is (127,121,80). Sum of RGB (Red+Green+Blue) = 127+121+80=328 (43% of max value = 765). Red value is 127 (50% from 255 or 38.72% from 328); Green value is 121 (47.66% from 255 or 36.89% from 328); Blue value is 80 (31.64% from 255 or 24.39% from 328); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7950 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F7950 is #8086AF. Grayscale: #767676. Windows color (decimal): -8423088 or 5273983. OLE color: 5273983.

HSL color Cylindrical-coordinate representation of color #7F7950: hue angle of 52.34º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7F7950 is Cyan = 0, Magento = 0.05, Yellow = 0.37 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 121 80 -
CMYK 0 0.05 0.37 0.50
HSL 52.34º 0.23% 0.41% -
HSV(B) 52.34º 0.37% 0.5% -
XYZ 17.04 18.77 10.31 -
YUV 118.12 106.49 134.33 -
System Red Green Blue C M Y K H S L
Decimal 127 121 80 0 0.05 0.37 0.50 52.34 0.23 0.41
Hex 7F 79 50 0 5 25 32 34 17 29
Octal 177 171 120 0 5 45 62 64 27 51
Binary 1111111 1111001 1010000 0 101 100101 110010 110100 10111 101001

Color Harmonies of #7F7950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F7950

Black with #7F7950

Text Example


Text Example

White with #7F7950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F7950; }

 p { color: rgb(127,121,80); }

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

background-color css

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

 a { background-color: rgb(127,121,80); }

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

border-color css

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

 span { border-color: rgb(127,121,80); }

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