Html Css Color HEX #7C795F Kokoda

📋 copy color: '#7C795F'

red 124 ◦ green 121 ◦ blue 95

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

Shades of Kokoda #7C795F

Tints of Kokoda #7C795F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 27.94%

R = 36.47%
G = 35.59%
B = 27.94%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.23

 K value IS 0.51

RGB Variations

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

Color information

#7C795F (or 0x7C795F) is known color: Kokoda. HEX triplet: 7C, 79 and 5F. RGB value is (124,121,95). Sum of RGB (Red+Green+Blue) = 124+121+95=340 (45% of max value = 765). Red value is 124 (48.83% from 255 or 36.47% from 340); Green value is 121 (47.66% from 255 or 35.59% from 340); Blue value is 95 (37.5% from 255 or 27.94% from 340); Max value from RGB is 124 - color contains mainly: red. Hex color #7C795F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C795F is #8386A0. Grayscale: #777777. Windows color (decimal): -8619681 or 6257020. OLE color: 6257020.

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

Color convert

RGB 124 121 95 -
CMYK 0 0.02 0.23 0.51
HSL 53.79º 0.13% 0.43% -
HSV(B) 53.79º 0.23% 0.49% -
XYZ 17.22 18.79 13.55 -
YUV 118.93 114.49 131.61 -
System Red Green Blue C M Y K H S L
Decimal 124 121 95 0 0.02 0.23 0.51 53.79 0.13 0.43
Hex 7C 79 5F 0 2 17 33 36 D 2B
Octal 174 171 137 0 2 27 63 66 15 53
Binary 1111100 1111001 1011111 0 10 10111 110011 110110 1101 101011

Color Harmonies of #7C795F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C795F

Black with #7C795F

Text Example


Text Example

White with #7C795F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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