Html Css Color HEX #774642 Bole

📋 copy color: '#774642'

red 119 ◦ green 70 ◦ blue 66

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

Shades of Bole #774642

Tints of Bole #774642

RGB

 RED value IS 119 (46.88% from 255) = 46.67%

 GREEN value IS 70 (27.73% from 255) = 27.45%

 BLUE value IS 66 (26.17% from 255) = 25.88%

R = 46.67%
G = 27.45%
B = 25.88%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.45

 K value IS 0.53

RGB Variations

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

Color information

#774642 (or 0x774642) is known color: Bole. HEX triplet: 77, 46 and 42. RGB value is (119,70,66). Sum of RGB (Red+Green+Blue) = 119+70+66=255 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.67% from 255); Green value is 70 (27.73% from 255 or 27.45% from 255); Blue value is 66 (26.17% from 255 or 25.88% from 255); Max value from RGB is 119 - color contains mainly: red. Hex color #774642 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774642 is #88B9BD. Grayscale: #545454. Windows color (decimal): -8960446 or 4343415. OLE color: 4343415.

HSL color Cylindrical-coordinate representation of color #774642: hue angle of 4.53º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #774642 is Cyan = 0, Magento = 0.41, Yellow = 0.45 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 70 66 -
CMYK 0 0.41 0.45 0.53
HSL 4.53º 0.29% 0.36% -
HSV(B) 4.53º 0.45% 0.47% -
XYZ 10.78 8.7 6.26 -
YUV 84.2 117.73 152.83 -
System Red Green Blue C M Y K H S L
Decimal 119 70 66 0 0.41 0.45 0.53 4.53 0.29 0.36
Hex 77 46 42 0 29 2D 35 5 1D 24
Octal 167 106 102 0 51 55 65 5 35 44
Binary 1110111 1000110 1000010 0 101001 101101 110101 101 11101 100100

Color Harmonies of #774642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774642

Black with #774642

Text Example


Text Example

White with #774642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774642; }

 p { color: rgb(119,70,66); }

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

background-color css

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

 a { background-color: rgb(119,70,66); }

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

border-color css

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

 span { border-color: rgb(119,70,66); }

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