Html Css Color HEX #7C785F Kokoda

📋 copy color: '#7C785F'

red 124 ◦ green 120 ◦ blue 95

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

Shades of Kokoda #7C785F

Tints of Kokoda #7C785F

RGB

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

 GREEN value IS 120 (47.27% from 255) = 35.4%

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

R = 36.58%
G = 35.4%
B = 28.02%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.23

 K value IS 0.51

RGB Variations

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

Color information

#7C785F (or 0x7C785F) is known color: Kokoda. HEX triplet: 7C, 78 and 5F. RGB value is (124,120,95). Sum of RGB (Red+Green+Blue) = 124+120+95=339 (44% of max value = 765). Red value is 124 (48.83% from 255 or 36.58% from 339); Green value is 120 (47.27% from 255 or 35.40% from 339); Blue value is 95 (37.5% from 255 or 28.02% from 339); Max value from RGB is 124 - color contains mainly: red. Hex color #7C785F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C785F is #8387A0. Grayscale: #767676. Windows color (decimal): -8619937 or 6256764. OLE color: 6256764.

HSL color Cylindrical-coordinate representation of color #7C785F: hue angle of 51.72º 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 #7C785F is Cyan = 0, Magento = 0.03, Yellow = 0.23 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 120 95 -
CMYK 0 0.03 0.23 0.51
HSL 51.72º 0.13% 0.43% -
HSV(B) 51.72º 0.23% 0.49% -
XYZ 17.09 18.54 13.5 -
YUV 118.35 114.83 132.03 -
System Red Green Blue C M Y K H S L
Decimal 124 120 95 0 0.03 0.23 0.51 51.72 0.13 0.43
Hex 7C 78 5F 0 3 17 33 34 D 2B
Octal 174 170 137 0 3 27 63 64 15 53
Binary 1111100 1111000 1011111 0 11 10111 110011 110100 1101 101011

Color Harmonies of #7C785F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C785F

Black with #7C785F

Text Example


Text Example

White with #7C785F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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