Html Css Color HEX #76423A Bole

📋 copy color: '#76423A'

red 118 ◦ green 66 ◦ blue 58

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

Shades of Bole #76423A

Tints of Bole #76423A

RGB

 RED value IS 118 (46.48% from 255) = 48.76%

 GREEN value IS 66 (26.17% from 255) = 27.27%

 BLUE value IS 58 (23.05% from 255) = 23.97%

R = 48.76%
G = 27.27%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.51

 K value IS 0.54

RGB Variations

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

Color information

#76423A (or 0x76423A) is known color: Bole. HEX triplet: 76, 42 and 3A. RGB value is (118,66,58). Sum of RGB (Red+Green+Blue) = 118+66+58=242 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.76% from 242); Green value is 66 (26.17% from 255 or 27.27% from 242); Blue value is 58 (23.05% from 255 or 23.97% from 242); Max value from RGB is 118 - color contains mainly: red. Hex color #76423A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76423A is #89BDC5. Grayscale: #505050. Windows color (decimal): -9027014 or 3818102. OLE color: 3818102.

HSL color Cylindrical-coordinate representation of color #76423A: hue angle of 8º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #76423A is Cyan = 0, Magento = 0.44, Yellow = 0.51 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 66 58 -
CMYK 0 0.44 0.51 0.54
HSL 0.34% 0.35% -
HSV(B) 0.51% 0.46% -
XYZ 10.18 8.05 5.02 -
YUV 80.64 115.23 154.65 -
System Red Green Blue C M Y K H S L
Decimal 118 66 58 0 0.44 0.51 0.54 8 0.34 0.35
Hex 76 42 3A 0 2C 33 36 8 22 23
Octal 166 102 72 0 54 63 66 10 42 43
Binary 1110110 1000010 111010 0 101100 110011 110110 1000 100010 100011

Color Harmonies of #76423A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76423A

Black with #76423A

Text Example


Text Example

White with #76423A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76423A; }

 p { color: rgb(118,66,58); }

 H1.HeaderClassName
 {
   color: #76423A;
 }
 .AnyTagClassName
 {
   color: #76423A;
 }
</style>

background-color css

<style>
 a { background-color: #76423A; }

 a { background-color: rgb(118,66,58); }

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

border-color css

<style>
 span { border-color: #76423A; }

 span { border-color: rgb(118,66,58); }

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