Html Css Color HEX #7C774D Kokoda

📋 copy color: '#7C774D'

red 124 ◦ green 119 ◦ blue 77

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

Shades of Kokoda #7C774D

Tints of Kokoda #7C774D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 24.06%

R = 38.75%
G = 37.19%
B = 24.06%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.38

 K value IS 0.51

RGB Variations

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

Color information

#7C774D (or 0x7C774D) is known color: Kokoda. HEX triplet: 7C, 77 and 4D. RGB value is (124,119,77). Sum of RGB (Red+Green+Blue) = 124+119+77=320 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.75% from 320); Green value is 119 (46.88% from 255 or 37.19% from 320); Blue value is 77 (30.47% from 255 or 24.06% from 320); Max value from RGB is 124 - color contains mainly: red. Hex color #7C774D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C774D is #8388B2. Grayscale: #737373. Windows color (decimal): -8620211 or 5076860. OLE color: 5076860.

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

Color convert

RGB 124 119 77 -
CMYK 0 0.04 0.38 0.51
HSL 53.62º 0.23% 0.39% -
HSV(B) 53.62º 0.38% 0.49% -
XYZ 16.25 18.01 9.64 -
YUV 115.71 106.16 133.92 -
System Red Green Blue C M Y K H S L
Decimal 124 119 77 0 0.04 0.38 0.51 53.62 0.23 0.39
Hex 7C 77 4D 0 4 26 33 36 17 27
Octal 174 167 115 0 4 46 63 66 27 47
Binary 1111100 1110111 1001101 0 100 100110 110011 110110 10111 100111

Color Harmonies of #7C774D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C774D

Black with #7C774D

Text Example


Text Example

White with #7C774D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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