Html Css Color HEX #7C775A Kokoda

📋 copy color: '#7C775A'

red 124 ◦ green 119 ◦ blue 90

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

Shades of Kokoda #7C775A

Tints of Kokoda #7C775A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 27.03%

R = 37.24%
G = 35.74%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.27

 K value IS 0.51

RGB Variations

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

Color information

#7C775A (or 0x7C775A) is known color: Kokoda. HEX triplet: 7C, 77 and 5A. RGB value is (124,119,90). Sum of RGB (Red+Green+Blue) = 124+119+90=333 (44% of max value = 765). Red value is 124 (48.83% from 255 or 37.24% from 333); Green value is 119 (46.88% from 255 or 35.74% from 333); Blue value is 90 (35.55% from 255 or 27.03% from 333); Max value from RGB is 124 - color contains mainly: red. Hex color #7C775A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C775A is #8388A5. Grayscale: #757575. Windows color (decimal): -8620198 or 5928828. OLE color: 5928828.

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

Color convert

RGB 124 119 90 -
CMYK 0 0.04 0.27 0.51
HSL 51.18º 0.16% 0.42% -
HSV(B) 51.18º 0.27% 0.49% -
XYZ 16.75 18.22 12.31 -
YUV 117.19 112.66 132.86 -
System Red Green Blue C M Y K H S L
Decimal 124 119 90 0 0.04 0.27 0.51 51.18 0.16 0.42
Hex 7C 77 5A 0 4 1B 33 33 10 2A
Octal 174 167 132 0 4 33 63 63 20 52
Binary 1111100 1110111 1011010 0 100 11011 110011 110011 10000 101010

Color Harmonies of #7C775A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C775A

Black with #7C775A

Text Example


Text Example

White with #7C775A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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