Html Css Color HEX #7B775F Kokoda

📋 copy color: '#7B775F'

red 123 ◦ green 119 ◦ blue 95

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

Shades of Kokoda #7B775F

Tints of Kokoda #7B775F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 28.19%

R = 36.5%
G = 35.31%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.23

 K value IS 0.52

RGB Variations

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

Color information

#7B775F (or 0x7B775F) is known color: Kokoda. HEX triplet: 7B, 77 and 5F. RGB value is (123,119,95). Sum of RGB (Red+Green+Blue) = 123+119+95=337 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.50% from 337); Green value is 119 (46.88% from 255 or 35.31% from 337); Blue value is 95 (37.5% from 255 or 28.19% from 337); Max value from RGB is 123 - color contains mainly: red. Hex color #7B775F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B775F is #8488A0. Grayscale: #757575. Windows color (decimal): -8685729 or 6256507. OLE color: 6256507.

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

Color convert

RGB 123 119 95 -
CMYK 0 0.03 0.23 0.52
HSL 51.43º 0.13% 0.43% -
HSV(B) 51.43º 0.23% 0.48% -
XYZ 16.83 18.23 13.46 -
YUV 117.46 115.33 131.95 -
System Red Green Blue C M Y K H S L
Decimal 123 119 95 0 0.03 0.23 0.52 51.43 0.13 0.43
Hex 7B 77 5F 0 3 17 34 33 D 2B
Octal 173 167 137 0 3 27 64 63 15 53
Binary 1111011 1110111 1011111 0 11 10111 110100 110011 1101 101011

Color Harmonies of #7B775F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B775F

Black with #7B775F

Text Example


Text Example

White with #7B775F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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