Html Css Color HEX #7B775B Kokoda

📋 copy color: '#7B775B'

red 123 ◦ green 119 ◦ blue 91

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

Shades of Kokoda #7B775B

Tints of Kokoda #7B775B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 27.33%

R = 36.94%
G = 35.74%
B = 27.33%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.26

 K value IS 0.52

RGB Variations

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

Color information

#7B775B (or 0x7B775B) is known color: Kokoda. HEX triplet: 7B, 77 and 5B. RGB value is (123,119,91). Sum of RGB (Red+Green+Blue) = 123+119+91=333 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.94% from 333); Green value is 119 (46.88% from 255 or 35.74% from 333); Blue value is 91 (35.94% from 255 or 27.33% from 333); Max value from RGB is 123 - color contains mainly: red. Hex color #7B775B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B775B is #8488A4. Grayscale: #757575. Windows color (decimal): -8685733 or 5994363. OLE color: 5994363.

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

Color convert

RGB 123 119 91 -
CMYK 0 0.03 0.26 0.52
HSL 52.5º 0.15% 0.42% -
HSV(B) 52.5º 0.26% 0.48% -
XYZ 16.65 18.16 12.53 -
YUV 117 113.33 132.28 -
System Red Green Blue C M Y K H S L
Decimal 123 119 91 0 0.03 0.26 0.52 52.5 0.15 0.42
Hex 7B 77 5B 0 3 1A 34 34 F 2A
Octal 173 167 133 0 3 32 64 64 17 52
Binary 1111011 1110111 1011011 0 11 11010 110100 110100 1111 101010

Color Harmonies of #7B775B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B775B

Black with #7B775B

Text Example


Text Example

White with #7B775B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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