Html Css Color HEX #7C7759 Kokoda

📋 copy color: '#7C7759'

red 124 ◦ green 119 ◦ blue 89

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

Shades of Kokoda #7C7759

Tints of Kokoda #7C7759

RGB

 RED value IS 124 (48.83% from 255) = 37.35%

 GREEN value IS 119 (46.88% from 255) = 35.84%

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

R = 37.35%
G = 35.84%
B = 26.81%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.28

 K value IS 0.51

RGB Variations

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

Color information

#7C7759 (or 0x7C7759) is known color: Kokoda. HEX triplet: 7C, 77 and 59. RGB value is (124,119,89). Sum of RGB (Red+Green+Blue) = 124+119+89=332 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.35% from 332); Green value is 119 (46.88% from 255 or 35.84% from 332); Blue value is 89 (35.16% from 255 or 26.81% from 332); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7759 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C7759 is #8388A6. Grayscale: #757575. Windows color (decimal): -8620199 or 5863292. OLE color: 5863292.

HSL color Cylindrical-coordinate representation of color #7C7759: hue angle of 51.43º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7C7759 is Cyan = 0, Magento = 0.04, Yellow = 0.28 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 119 89 -
CMYK 0 0.04 0.28 0.51
HSL 51.43º 0.16% 0.42% -
HSV(B) 51.43º 0.28% 0.49% -
XYZ 16.71 18.2 12.08 -
YUV 117.08 112.16 132.94 -
System Red Green Blue C M Y K H S L
Decimal 124 119 89 0 0.04 0.28 0.51 51.43 0.16 0.42
Hex 7C 77 59 0 4 1C 33 33 10 2A
Octal 174 167 131 0 4 34 63 63 20 52
Binary 1111100 1110111 1011001 0 100 11100 110011 110011 10000 101010

Color Harmonies of #7C7759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C7759

Black with #7C7759

Text Example


Text Example

White with #7C7759

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,119,89); }

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

background-color css

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

 a { background-color: rgb(124,119,89); }

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

border-color css

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

 span { border-color: rgb(124,119,89); }

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