Html Css Color HEX #7B7558 Kokoda

📋 copy color: '#7B7558'

red 123 ◦ green 117 ◦ blue 88

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

Shades of Kokoda #7B7558

Tints of Kokoda #7B7558

RGB

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

 GREEN value IS 117 (46.09% from 255) = 35.67%

 BLUE value IS 88 (34.77% from 255) = 26.83%

R = 37.5%
G = 35.67%
B = 26.83%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.28

 K value IS 0.52

RGB Variations

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

Color information

#7B7558 (or 0x7B7558) is known color: Kokoda. HEX triplet: 7B, 75 and 58. RGB value is (123,117,88). Sum of RGB (Red+Green+Blue) = 123+117+88=328 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.5% from 328); Green value is 117 (46.09% from 255 or 35.67% from 328); Blue value is 88 (34.77% from 255 or 26.83% from 328); Max value from RGB is 123 - color contains mainly: red. Hex color #7B7558 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B7558 is #848AA7. Grayscale: #737373. Windows color (decimal): -8686248 or 5797243. OLE color: 5797243.

HSL color Cylindrical-coordinate representation of color #7B7558: hue angle of 49.71º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7B7558 is Cyan = 0, Magento = 0.05, Yellow = 0.28 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 117 88 -
CMYK 0 0.05 0.28 0.52
HSL 49.71º 0.17% 0.41% -
HSV(B) 49.71º 0.28% 0.48% -
XYZ 16.29 17.64 11.78 -
YUV 115.49 112.49 133.36 -
System Red Green Blue C M Y K H S L
Decimal 123 117 88 0 0.05 0.28 0.52 49.71 0.17 0.41
Hex 7B 75 58 0 5 1C 34 32 11 29
Octal 173 165 130 0 5 34 64 62 21 51
Binary 1111011 1110101 1011000 0 101 11100 110100 110010 10001 101001

Color Harmonies of #7B7558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B7558

Black with #7B7558

Text Example


Text Example

White with #7B7558

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,117,88); }

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

background-color css

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

 a { background-color: rgb(123,117,88); }

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

border-color css

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

 span { border-color: rgb(123,117,88); }

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