Html Css Color HEX #764252 Camelot

📋 copy color: '#764252'

red 118 ◦ green 66 ◦ blue 82

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

Shades of Camelot #764252

Tints of Camelot #764252

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 30.83%

R = 44.36%
G = 24.81%
B = 30.83%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.31

 K value IS 0.54

RGB Variations

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

Color information

#764252 (or 0x764252) is known color: Camelot. HEX triplet: 76, 42 and 52. RGB value is (118,66,82). Sum of RGB (Red+Green+Blue) = 118+66+82=266 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.36% from 266); Green value is 66 (26.17% from 255 or 24.81% from 266); Blue value is 82 (32.42% from 255 or 30.83% from 266); Max value from RGB is 118 - color contains mainly: red. Hex color #764252 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764252 is #89BDAD. Grayscale: #535353. Windows color (decimal): -9026990 or 5390966. OLE color: 5390966.

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

Color convert

RGB 118 66 82 -
CMYK 0 0.44 0.31 0.54
HSL 341.54º 0.28% 0.36% -
HSV(B) 341.54º 0.44% 0.46% -
XYZ 10.94 8.36 9.02 -
YUV 83.37 127.23 152.7 -
System Red Green Blue C M Y K H S L
Decimal 118 66 82 0 0.44 0.31 0.54 341.54 0.28 0.36
Hex 76 42 52 0 2C 1F 36 156 1C 24
Octal 166 102 122 0 54 37 66 526 34 44
Binary 1110110 1000010 1010010 0 101100 11111 110110 101010110 11100 100100

Color Harmonies of #764252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764252

Black with #764252

Text Example


Text Example

White with #764252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764252; }

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

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

background-color css

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

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

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

border-color css

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

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

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