Html Css Color HEX #763444 Camelot

📋 copy color: '#763444'

red 118 ◦ green 52 ◦ blue 68

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

Shades of Camelot #763444

Tints of Camelot #763444

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.85%

 BLUE value IS 68 (26.95% from 255) = 28.57%

R = 49.58%
G = 21.85%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.42

 K value IS 0.54

RGB Variations

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

Color information

#763444 (or 0x763444) is known color: Camelot. HEX triplet: 76, 34 and 44. RGB value is (118,52,68). Sum of RGB (Red+Green+Blue) = 118+52+68=238 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.58% from 238); Green value is 52 (20.70% from 255 or 21.85% from 238); Blue value is 68 (26.95% from 255 or 28.57% from 238); Max value from RGB is 118 - color contains mainly: red. Hex color #763444 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763444 is #89CBBB. Grayscale: #494949. Windows color (decimal): -9030588 or 4469878. OLE color: 4469878.

HSL color Cylindrical-coordinate representation of color #763444: hue angle of 345.45º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #763444 is Cyan = 0, Magento = 0.56, Yellow = 0.42 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 52 68 -
CMYK 0 0.56 0.42 0.54
HSL 345.45º 0.39% 0.33% -
HSV(B) 345.45º 0.56% 0.46% -
XYZ 9.74 6.72 6.25 -
YUV 73.56 124.87 159.7 -
System Red Green Blue C M Y K H S L
Decimal 118 52 68 0 0.56 0.42 0.54 345.45 0.39 0.33
Hex 76 34 44 0 38 2A 36 159 27 21
Octal 166 64 104 0 70 52 66 531 47 41
Binary 1110110 110100 1000100 0 111000 101010 110110 101011001 100111 100001

Color Harmonies of #763444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763444

Black with #763444

Text Example


Text Example

White with #763444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763444; }

 p { color: rgb(118,52,68); }

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

background-color css

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

 a { background-color: rgb(118,52,68); }

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

border-color css

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

 span { border-color: rgb(118,52,68); }

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