Html Css Color HEX #7C7750 Kokoda

📋 copy color: '#7C7750'

red 124 ◦ green 119 ◦ blue 80

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

Shades of Kokoda #7C7750

Tints of Kokoda #7C7750

RGB

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

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

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

R = 38.39%
G = 36.84%
B = 24.77%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.35

 K value IS 0.51

RGB Variations

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

Color information

#7C7750 (or 0x7C7750) is known color: Kokoda. HEX triplet: 7C, 77 and 50. RGB value is (124,119,80). Sum of RGB (Red+Green+Blue) = 124+119+80=323 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.39% from 323); Green value is 119 (46.88% from 255 or 36.84% from 323); Blue value is 80 (31.64% from 255 or 24.77% from 323); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7750 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C7750 is #8388AF. Grayscale: #747474. Windows color (decimal): -8620208 or 5273468. OLE color: 5273468.

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

Color convert

RGB 124 119 80 -
CMYK 0 0.04 0.35 0.51
HSL 53.18º 0.22% 0.4% -
HSV(B) 53.18º 0.35% 0.49% -
XYZ 16.36 18.06 10.21 -
YUV 116.05 107.66 133.67 -
System Red Green Blue C M Y K H S L
Decimal 124 119 80 0 0.04 0.35 0.51 53.18 0.22 0.4
Hex 7C 77 50 0 4 23 33 35 16 28
Octal 174 167 120 0 4 43 63 65 26 50
Binary 1111100 1110111 1010000 0 100 100011 110011 110101 10110 101000

Color Harmonies of #7C7750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C7750

Black with #7C7750

Text Example


Text Example

White with #7C7750

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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