Html Css Color HEX #7B7960 Kokoda

📋 copy color: '#7B7960'

red 123 ◦ green 121 ◦ blue 96

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

Shades of Kokoda #7B7960

Tints of Kokoda #7B7960

RGB

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

 GREEN value IS 121 (47.66% from 255) = 35.59%

 BLUE value IS 96 (37.89% from 255) = 28.24%

R = 36.18%
G = 35.59%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.22

 K value IS 0.52

RGB Variations

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

Color information

#7B7960 (or 0x7B7960) is known color: Kokoda. HEX triplet: 7B, 79 and 60. RGB value is (123,121,96). Sum of RGB (Red+Green+Blue) = 123+121+96=340 (45% of max value = 765). Red value is 123 (48.44% from 255 or 36.18% from 340); Green value is 121 (47.66% from 255 or 35.59% from 340); Blue value is 96 (37.89% from 255 or 28.24% from 340); Max value from RGB is 123 - color contains mainly: red. Hex color #7B7960 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B7960 is #84869F. Grayscale: #767676. Windows color (decimal): -8685216 or 6322555. OLE color: 6322555.

HSL color Cylindrical-coordinate representation of color #7B7960: hue angle of 55.56º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7B7960 is Cyan = 0, Magento = 0.02, Yellow = 0.22 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 121 96 -
CMYK 0 0.02 0.22 0.52
HSL 55.56º 0.12% 0.43% -
HSV(B) 55.56º 0.22% 0.48% -
XYZ 17.12 18.73 13.78 -
YUV 118.75 115.16 131.03 -
System Red Green Blue C M Y K H S L
Decimal 123 121 96 0 0.02 0.22 0.52 55.56 0.12 0.43
Hex 7B 79 60 0 2 16 34 38 C 2B
Octal 173 171 140 0 2 26 64 70 14 53
Binary 1111011 1111001 1100000 0 10 10110 110100 111000 1100 101011

Color Harmonies of #7B7960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B7960

Black with #7B7960

Text Example


Text Example

White with #7B7960

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,121,96); }

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

background-color css

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

 a { background-color: rgb(123,121,96); }

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

border-color css

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

 span { border-color: rgb(123,121,96); }

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