Html Css Color HEX #7C795B Kokoda

📋 copy color: '#7C795B'

red 124 ◦ green 121 ◦ blue 91

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

Shades of Kokoda #7C795B

Tints of Kokoda #7C795B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 27.08%

R = 36.9%
G = 36.01%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.27

 K value IS 0.51

RGB Variations

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

Color information

#7C795B (or 0x7C795B) is known color: Kokoda. HEX triplet: 7C, 79 and 5B. RGB value is (124,121,91). Sum of RGB (Red+Green+Blue) = 124+121+91=336 (44% of max value = 765). Red value is 124 (48.83% from 255 or 36.90% from 336); Green value is 121 (47.66% from 255 or 36.01% from 336); Blue value is 91 (35.94% from 255 or 27.08% from 336); Max value from RGB is 124 - color contains mainly: red. Hex color #7C795B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C795B is #8386A4. Grayscale: #767676. Windows color (decimal): -8619685 or 5994876. OLE color: 5994876.

HSL color Cylindrical-coordinate representation of color #7C795B: hue angle of 54.55º degrees, saturation: 0.15, 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 #7C795B is Cyan = 0, Magento = 0.02, Yellow = 0.27 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 121 91 -
CMYK 0 0.02 0.27 0.51
HSL 54.55º 0.15% 0.42% -
HSV(B) 54.55º 0.27% 0.49% -
XYZ 17.04 18.72 12.61 -
YUV 118.48 112.49 131.94 -
System Red Green Blue C M Y K H S L
Decimal 124 121 91 0 0.02 0.27 0.51 54.55 0.15 0.42
Hex 7C 79 5B 0 2 1B 33 37 F 2A
Octal 174 171 133 0 2 33 63 67 17 52
Binary 1111100 1111001 1011011 0 10 11011 110011 110111 1111 101010

Color Harmonies of #7C795B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C795B

Black with #7C795B

Text Example


Text Example

White with #7C795B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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