Html Css Color HEX #7C795E Kokoda

📋 copy color: '#7C795E'

red 124 ◦ green 121 ◦ blue 94

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

Shades of Kokoda #7C795E

Tints of Kokoda #7C795E

RGB

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

 GREEN value IS 121 (47.66% from 255) = 35.69%

 BLUE value IS 94 (37.11% from 255) = 27.73%

R = 36.58%
G = 35.69%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.24

 K value IS 0.51

RGB Variations

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

Color information

#7C795E (or 0x7C795E) is known color: Kokoda. HEX triplet: 7C, 79 and 5E. RGB value is (124,121,94). Sum of RGB (Red+Green+Blue) = 124+121+94=339 (44% of max value = 765). Red value is 124 (48.83% from 255 or 36.58% from 339); Green value is 121 (47.66% from 255 or 35.69% from 339); Blue value is 94 (37.11% from 255 or 27.73% from 339); Max value from RGB is 124 - color contains mainly: red. Hex color #7C795E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C795E is #8386A1. Grayscale: #767676. Windows color (decimal): -8619682 or 6191484. OLE color: 6191484.

HSL color Cylindrical-coordinate representation of color #7C795E: hue angle of 54º degrees, saturation: 0.14, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7C795E is Cyan = 0, Magento = 0.02, Yellow = 0.24 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 121 94 -
CMYK 0 0.02 0.24 0.51
HSL 54º 0.14% 0.43% -
HSV(B) 54º 0.24% 0.49% -
XYZ 17.17 18.77 13.31 -
YUV 118.82 113.99 131.7 -
System Red Green Blue C M Y K H S L
Decimal 124 121 94 0 0.02 0.24 0.51 54 0.14 0.43
Hex 7C 79 5E 0 2 18 33 36 E 2B
Octal 174 171 136 0 2 30 63 66 16 53
Binary 1111100 1111001 1011110 0 10 11000 110011 110110 1110 101011

Color Harmonies of #7C795E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C795E

Black with #7C795E

Text Example


Text Example

White with #7C795E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,121,94); }

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

background-color css

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

 a { background-color: rgb(124,121,94); }

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

border-color css

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

 span { border-color: rgb(124,121,94); }

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