Html Css Color HEX #7B7457 Kokoda

📋 copy color: '#7B7457'

red 123 ◦ green 116 ◦ blue 87

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

Shades of Kokoda #7B7457

Tints of Kokoda #7B7457

RGB

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

 GREEN value IS 116 (45.7% from 255) = 35.58%

 BLUE value IS 87 (34.38% from 255) = 26.69%

R = 37.73%
G = 35.58%
B = 26.69%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.29

 K value IS 0.52

RGB Variations

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

Color information

#7B7457 (or 0x7B7457) is known color: Kokoda. HEX triplet: 7B, 74 and 57. RGB value is (123,116,87). Sum of RGB (Red+Green+Blue) = 123+116+87=326 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.73% from 326); Green value is 116 (45.70% from 255 or 35.58% from 326); Blue value is 87 (34.38% from 255 or 26.69% from 326); Max value from RGB is 123 - color contains mainly: red. Hex color #7B7457 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B7457 is #848BA8. Grayscale: #727272. Windows color (decimal): -8686505 or 5731451. OLE color: 5731451.

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

Color convert

RGB 123 116 87 -
CMYK 0 0.06 0.29 0.52
HSL 48.33º 0.17% 0.41% -
HSV(B) 48.33º 0.29% 0.48% -
XYZ 16.13 17.39 11.52 -
YUV 114.79 112.32 133.86 -
System Red Green Blue C M Y K H S L
Decimal 123 116 87 0 0.06 0.29 0.52 48.33 0.17 0.41
Hex 7B 74 57 0 6 1D 34 30 11 29
Octal 173 164 127 0 6 35 64 60 21 51
Binary 1111011 1110100 1010111 0 110 11101 110100 110000 10001 101001

Color Harmonies of #7B7457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B7457

Black with #7B7457

Text Example


Text Example

White with #7B7457

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,116,87); }

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

background-color css

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

 a { background-color: rgb(123,116,87); }

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

border-color css

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

 span { border-color: rgb(123,116,87); }

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