Html Css Color HEX #7E7851 Kokoda

📋 copy color: '#7E7851'

red 126 ◦ green 120 ◦ blue 81

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

Shades of Kokoda #7E7851

Tints of Kokoda #7E7851

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 24.77%

R = 38.53%
G = 36.7%
B = 24.77%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.36

 K value IS 0.51

RGB Variations

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

Color information

#7E7851 (or 0x7E7851) is known color: Kokoda. HEX triplet: 7E, 78 and 51. RGB value is (126,120,81). Sum of RGB (Red+Green+Blue) = 126+120+81=327 (43% of max value = 765). Red value is 126 (49.61% from 255 or 38.53% from 327); Green value is 120 (47.27% from 255 or 36.70% from 327); Blue value is 81 (32.03% from 255 or 24.77% from 327); Max value from RGB is 126 - color contains mainly: red. Hex color #7E7851 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E7851 is #8187AE. Grayscale: #757575. Windows color (decimal): -8488879 or 5339262. OLE color: 5339262.

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

Color convert

RGB 126 120 81 -
CMYK 0 0.05 0.36 0.51
HSL 52º 0.22% 0.41% -
HSV(B) 52º 0.36% 0.49% -
XYZ 16.81 18.46 10.46 -
YUV 117.35 107.49 134.17 -
System Red Green Blue C M Y K H S L
Decimal 126 120 81 0 0.05 0.36 0.51 52 0.22 0.41
Hex 7E 78 51 0 5 24 33 34 16 29
Octal 176 170 121 0 5 44 63 64 26 51
Binary 1111110 1111000 1010001 0 101 100100 110011 110100 10110 101001

Color Harmonies of #7E7851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E7851

Black with #7E7851

Text Example


Text Example

White with #7E7851

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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