Html Css Color HEX #7B765A Kokoda

📋 copy color: '#7B765A'

red 123 ◦ green 118 ◦ blue 90

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

Shades of Kokoda #7B765A

Tints of Kokoda #7B765A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 27.19%

R = 37.16%
G = 35.65%
B = 27.19%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.27

 K value IS 0.52

RGB Variations

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

Color information

#7B765A (or 0x7B765A) is known color: Kokoda. HEX triplet: 7B, 76 and 5A. RGB value is (123,118,90). Sum of RGB (Red+Green+Blue) = 123+118+90=331 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.16% from 331); Green value is 118 (46.48% from 255 or 35.65% from 331); Blue value is 90 (35.55% from 255 or 27.19% from 331); Max value from RGB is 123 - color contains mainly: red. Hex color #7B765A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B765A is #8489A5. Grayscale: #747474. Windows color (decimal): -8685990 or 5928571. OLE color: 5928571.

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

Color convert

RGB 123 118 90 -
CMYK 0 0.04 0.27 0.52
HSL 50.91º 0.15% 0.42% -
HSV(B) 50.91º 0.27% 0.48% -
XYZ 16.49 17.91 12.26 -
YUV 116.3 113.16 132.78 -
System Red Green Blue C M Y K H S L
Decimal 123 118 90 0 0.04 0.27 0.52 50.91 0.15 0.42
Hex 7B 76 5A 0 4 1B 34 33 F 2A
Octal 173 166 132 0 4 33 64 63 17 52
Binary 1111011 1110110 1011010 0 100 11011 110100 110011 1111 101010

Color Harmonies of #7B765A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B765A

Black with #7B765A

Text Example


Text Example

White with #7B765A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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