Html Css Color HEX #7D7652 Kokoda

📋 copy color: '#7D7652'

red 125 ◦ green 118 ◦ blue 82

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

Shades of Kokoda #7D7652

Tints of Kokoda #7D7652

RGB

 RED value IS 125 (49.22% from 255) = 38.46%

 GREEN value IS 118 (46.48% from 255) = 36.31%

 BLUE value IS 82 (32.42% from 255) = 25.23%

R = 38.46%
G = 36.31%
B = 25.23%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.34

 K value IS 0.51

RGB Variations

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

Color information

#7D7652 (or 0x7D7652) is known color: Kokoda. HEX triplet: 7D, 76 and 52. RGB value is (125,118,82). Sum of RGB (Red+Green+Blue) = 125+118+82=325 (43% of max value = 765). Red value is 125 (49.22% from 255 or 38.46% from 325); Green value is 118 (46.48% from 255 or 36.31% from 325); Blue value is 82 (32.42% from 255 or 25.23% from 325); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7652 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D7652 is #8289AD. Grayscale: #747474. Windows color (decimal): -8554926 or 5404285. OLE color: 5404285.

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

Color convert

RGB 125 118 82 -
CMYK 0 0.06 0.34 0.51
HSL 50.23º 0.21% 0.41% -
HSV(B) 50.23º 0.34% 0.49% -
XYZ 16.46 17.93 10.58 -
YUV 115.99 108.82 134.43 -
System Red Green Blue C M Y K H S L
Decimal 125 118 82 0 0.06 0.34 0.51 50.23 0.21 0.41
Hex 7D 76 52 0 6 22 33 32 15 29
Octal 175 166 122 0 6 42 63 62 25 51
Binary 1111101 1110110 1010010 0 110 100010 110011 110010 10101 101001

Color Harmonies of #7D7652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D7652

Black with #7D7652

Text Example


Text Example

White with #7D7652

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,118,82); }

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

background-color css

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

 a { background-color: rgb(125,118,82); }

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

border-color css

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

 span { border-color: rgb(125,118,82); }

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