Html Css Color HEX #7B7752 Kokoda

📋 copy color: '#7B7752'

red 123 ◦ green 119 ◦ blue 82

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

Shades of Kokoda #7B7752

Tints of Kokoda #7B7752

RGB

 RED value IS 123 (48.44% from 255) = 37.96%

 GREEN value IS 119 (46.88% from 255) = 36.73%

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

R = 37.96%
G = 36.73%
B = 25.31%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.33

 K value IS 0.52

RGB Variations

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

Color information

#7B7752 (or 0x7B7752) is known color: Kokoda. HEX triplet: 7B, 77 and 52. RGB value is (123,119,82). Sum of RGB (Red+Green+Blue) = 123+119+82=324 (42% of max value = 765). Red value is 123 (48.44% from 255 or 37.96% from 324); Green value is 119 (46.88% from 255 or 36.73% from 324); Blue value is 82 (32.42% from 255 or 25.31% from 324); Max value from RGB is 123 - color contains mainly: red. Hex color #7B7752 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B7752 is #8488AD. Grayscale: #747474. Windows color (decimal): -8685742 or 5404539. OLE color: 5404539.

HSL color Cylindrical-coordinate representation of color #7B7752: hue angle of 54.15º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7B7752 is Cyan = 0, Magento = 0.03, Yellow = 0.33 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 119 82 -
CMYK 0 0.03 0.33 0.52
HSL 54.15º 0.2% 0.4% -
HSV(B) 54.15º 0.33% 0.48% -
XYZ 16.29 18.01 10.6 -
YUV 115.98 108.83 133.01 -
System Red Green Blue C M Y K H S L
Decimal 123 119 82 0 0.03 0.33 0.52 54.15 0.2 0.4
Hex 7B 77 52 0 3 21 34 36 14 28
Octal 173 167 122 0 3 41 64 66 24 50
Binary 1111011 1110111 1010010 0 11 100001 110100 110110 10100 101000

Color Harmonies of #7B7752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B7752

Black with #7B7752

Text Example


Text Example

White with #7B7752

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,119,82); }

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

background-color css

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

 a { background-color: rgb(123,119,82); }

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

border-color css

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

 span { border-color: rgb(123,119,82); }

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