Html Css Color HEX #827F4E Kokoda

📋 copy color: '#827F4E'

red 130 ◦ green 127 ◦ blue 78

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

Shades of Kokoda #827F4E

Tints of Kokoda #827F4E

RGB

 RED value IS 130 (51.17% from 255) = 38.81%

 GREEN value IS 127 (50% from 255) = 37.91%

 BLUE value IS 78 (30.86% from 255) = 23.28%

R = 38.81%
G = 37.91%
B = 23.28%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.40

 K value IS 0.49

RGB Variations

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

Color information

#827F4E (or 0x827F4E) is known color: Kokoda. HEX triplet: 82, 7F and 4E. RGB value is (130,127,78). Sum of RGB (Red+Green+Blue) = 130+127+78=335 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.81% from 335); Green value is 127 (50% from 255 or 37.91% from 335); Blue value is 78 (30.86% from 255 or 23.28% from 335); Max value from RGB is 130 - color contains mainly: red. Hex color #827F4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827F4E is #7D80B1. Grayscale: #7A7A7A. Windows color (decimal): -8224946 or 5144450. OLE color: 5144450.

HSL color Cylindrical-coordinate representation of color #827F4E: hue angle of 56.54º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #827F4E is Cyan = 0, Magento = 0.02, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 127 78 -
CMYK 0 0.02 0.40 0.49
HSL 56.54º 0.25% 0.41% -
HSV(B) 56.54º 0.4% 0.51% -
XYZ 18.17 20.47 10.2 -
YUV 122.31 102.99 133.48 -
System Red Green Blue C M Y K H S L
Decimal 130 127 78 0 0.02 0.40 0.49 56.54 0.25 0.41
Hex 82 7F 4E 0 2 28 31 39 19 29
Octal 202 177 116 0 2 50 61 71 31 51
Binary 10000010 1111111 1001110 0 10 101000 110001 111001 11001 101001

Color Harmonies of #827F4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827F4E

Black with #827F4E

Text Example


Text Example

White with #827F4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827F4E; }

 p { color: rgb(130,127,78); }

 H1.HeaderClassName
 {
   color: #827F4E;
 }
 .AnyTagClassName
 {
   color: #827F4E;
 }
</style>

background-color css

<style>
 a { background-color: #827F4E; }

 a { background-color: rgb(130,127,78); }

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

border-color css

<style>
 span { border-color: #827F4E; }

 span { border-color: rgb(130,127,78); }

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