Html Css Color HEX #76423E Bole

📋 copy color: '#76423E'

red 118 ◦ green 66 ◦ blue 62

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

Shades of Bole #76423E

Tints of Bole #76423E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 25.2%

R = 47.97%
G = 26.83%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.47

 K value IS 0.54

RGB Variations

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

Color information

#76423E (or 0x76423E) is known color: Bole. HEX triplet: 76, 42 and 3E. RGB value is (118,66,62). Sum of RGB (Red+Green+Blue) = 118+66+62=246 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.97% from 246); Green value is 66 (26.17% from 255 or 26.83% from 246); Blue value is 62 (24.61% from 255 or 25.20% from 246); Max value from RGB is 118 - color contains mainly: red. Hex color #76423E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76423E is #89BDC1. Grayscale: #515151. Windows color (decimal): -9027010 or 4080246. OLE color: 4080246.

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

Color convert

RGB 118 66 62 -
CMYK 0 0.44 0.47 0.54
HSL 4.29º 0.31% 0.35% -
HSV(B) 4.29º 0.47% 0.46% -
XYZ 10.29 8.1 5.58 -
YUV 81.09 117.23 154.33 -
System Red Green Blue C M Y K H S L
Decimal 118 66 62 0 0.44 0.47 0.54 4.29 0.31 0.35
Hex 76 42 3E 0 2C 2F 36 4 1F 23
Octal 166 102 76 0 54 57 66 4 37 43
Binary 1110110 1000010 111110 0 101100 101111 110110 100 11111 100011

Color Harmonies of #76423E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76423E

Black with #76423E

Text Example


Text Example

White with #76423E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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