Html Css Color HEX #7E784D Kokoda

📋 copy color: '#7E784D'

red 126 ◦ green 120 ◦ blue 77

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

Shades of Kokoda #7E784D

Tints of Kokoda #7E784D

RGB

 RED value IS 126 (49.61% from 255) = 39.01%

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

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

R = 39.01%
G = 37.15%
B = 23.84%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.39

 K value IS 0.51

RGB Variations

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

Color information

#7E784D (or 0x7E784D) is known color: Kokoda. HEX triplet: 7E, 78 and 4D. RGB value is (126,120,77). Sum of RGB (Red+Green+Blue) = 126+120+77=323 (42% of max value = 765). Red value is 126 (49.61% from 255 or 39.01% from 323); Green value is 120 (47.27% from 255 or 37.15% from 323); Blue value is 77 (30.47% from 255 or 23.84% from 323); Max value from RGB is 126 - color contains mainly: red. Hex color #7E784D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E784D is #8187B2. Grayscale: #757575. Windows color (decimal): -8488883 or 5077118. OLE color: 5077118.

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

Color convert

RGB 126 120 77 -
CMYK 0 0.05 0.39 0.51
HSL 52.65º 0.24% 0.4% -
HSV(B) 52.65º 0.39% 0.49% -
XYZ 16.66 18.4 9.7 -
YUV 116.89 105.49 134.5 -
System Red Green Blue C M Y K H S L
Decimal 126 120 77 0 0.05 0.39 0.51 52.65 0.24 0.4
Hex 7E 78 4D 0 5 27 33 35 18 28
Octal 176 170 115 0 5 47 63 65 30 50
Binary 1111110 1111000 1001101 0 101 100111 110011 110101 11000 101000

Color Harmonies of #7E784D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E784D

Black with #7E784D

Text Example


Text Example

White with #7E784D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,120,77); }

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

background-color css

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

 a { background-color: rgb(126,120,77); }

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

border-color css

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

 span { border-color: rgb(126,120,77); }

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