Html Css Color HEX #7F7859 Kokoda

📋 copy color: '#7F7859'

red 127 ◦ green 120 ◦ blue 89

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

Shades of Kokoda #7F7859

Tints of Kokoda #7F7859

RGB

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

 GREEN value IS 120 (47.27% from 255) = 35.71%

 BLUE value IS 89 (35.16% from 255) = 26.49%

R = 37.8%
G = 35.71%
B = 26.49%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.30

 K value IS 0.50

RGB Variations

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

Color information

#7F7859 (or 0x7F7859) is known color: Kokoda. HEX triplet: 7F, 78 and 59. RGB value is (127,120,89). Sum of RGB (Red+Green+Blue) = 127+120+89=336 (44% of max value = 765). Red value is 127 (50% from 255 or 37.80% from 336); Green value is 120 (47.27% from 255 or 35.71% from 336); Blue value is 89 (35.16% from 255 or 26.49% from 336); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7859 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F7859 is #8087A6. Grayscale: #767676. Windows color (decimal): -8423335 or 5863551. OLE color: 5863551.

HSL color Cylindrical-coordinate representation of color #7F7859: hue angle of 48.95º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7F7859 is Cyan = 0, Magento = 0.06, Yellow = 0.30 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 120 89 -
CMYK 0 0.06 0.30 0.50
HSL 48.95º 0.18% 0.42% -
HSV(B) 48.95º 0.3% 0.5% -
XYZ 17.27 18.67 12.14 -
YUV 118.56 111.32 134.02 -
System Red Green Blue C M Y K H S L
Decimal 127 120 89 0 0.06 0.30 0.50 48.95 0.18 0.42
Hex 7F 78 59 0 6 1E 32 31 12 2A
Octal 177 170 131 0 6 36 62 61 22 52
Binary 1111111 1111000 1011001 0 110 11110 110010 110001 10010 101010

Color Harmonies of #7F7859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F7859

Black with #7F7859

Text Example


Text Example

White with #7F7859

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,120,89); }

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

background-color css

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

 a { background-color: rgb(127,120,89); }

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

border-color css

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

 span { border-color: rgb(127,120,89); }

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