Html Css Color HEX #7B7650 Kokoda

📋 copy color: '#7B7650'

red 123 ◦ green 118 ◦ blue 80

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

Shades of Kokoda #7B7650

Tints of Kokoda #7B7650

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 24.92%

R = 38.32%
G = 36.76%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.35

 K value IS 0.52

RGB Variations

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

Color information

#7B7650 (or 0x7B7650) is known color: Kokoda. HEX triplet: 7B, 76 and 50. RGB value is (123,118,80). Sum of RGB (Red+Green+Blue) = 123+118+80=321 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.32% from 321); Green value is 118 (46.48% from 255 or 36.76% from 321); Blue value is 80 (31.64% from 255 or 24.92% from 321); Max value from RGB is 123 - color contains mainly: red. Hex color #7B7650 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B7650 is #8489AF. Grayscale: #737373. Windows color (decimal): -8686000 or 5273211. OLE color: 5273211.

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

Color convert

RGB 123 118 80 -
CMYK 0 0.04 0.35 0.52
HSL 53.02º 0.21% 0.4% -
HSV(B) 53.02º 0.35% 0.48% -
XYZ 16.09 17.75 10.17 -
YUV 115.16 108.16 133.59 -
System Red Green Blue C M Y K H S L
Decimal 123 118 80 0 0.04 0.35 0.52 53.02 0.21 0.4
Hex 7B 76 50 0 4 23 34 35 15 28
Octal 173 166 120 0 4 43 64 65 25 50
Binary 1111011 1110110 1010000 0 100 100011 110100 110101 10101 101000

Color Harmonies of #7B7650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B7650

Black with #7B7650

Text Example


Text Example

White with #7B7650

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,118,80); }

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

background-color css

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

 a { background-color: rgb(123,118,80); }

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

border-color css

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

 span { border-color: rgb(123,118,80); }

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