Html Css Color HEX #72424D Camelot

📋 copy color: '#72424D'

red 114 ◦ green 66 ◦ blue 77

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

Shades of Camelot #72424D

Tints of Camelot #72424D

RGB

 RED value IS 114 (44.92% from 255) = 44.36%

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

 BLUE value IS 77 (30.47% from 255) = 29.96%

R = 44.36%
G = 25.68%
B = 29.96%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.32

 K value IS 0.55

RGB Variations

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

Color information

#72424D (or 0x72424D) is known color: Camelot. HEX triplet: 72, 42 and 4D. RGB value is (114,66,77). Sum of RGB (Red+Green+Blue) = 114+66+77=257 (34% of max value = 765). Red value is 114 (44.92% from 255 or 44.36% from 257); Green value is 66 (26.17% from 255 or 25.68% from 257); Blue value is 77 (30.47% from 255 or 29.96% from 257); Max value from RGB is 114 - color contains mainly: red. Hex color #72424D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72424D is #8DBDB2. Grayscale: #515151. Windows color (decimal): -9289139 or 5063282. OLE color: 5063282.

HSL color Cylindrical-coordinate representation of color #72424D: hue angle of 346.25º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #72424D is Cyan = 0, Magento = 0.42, Yellow = 0.32 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 66 77 -
CMYK 0 0.42 0.32 0.55
HSL 346.25º 0.27% 0.35% -
HSV(B) 346.25º 0.42% 0.45% -
XYZ 10.23 8.01 8.03 -
YUV 81.61 125.4 151.11 -
System Red Green Blue C M Y K H S L
Decimal 114 66 77 0 0.42 0.32 0.55 346.25 0.27 0.35
Hex 72 42 4D 0 2A 20 37 15A 1B 23
Octal 162 102 115 0 52 40 67 532 33 43
Binary 1110010 1000010 1001101 0 101010 100000 110111 101011010 11011 100011

Color Harmonies of #72424D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72424D

Black with #72424D

Text Example


Text Example

White with #72424D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72424D; }

 p { color: rgb(114,66,77); }

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

background-color css

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

 a { background-color: rgb(114,66,77); }

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

border-color css

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

 span { border-color: rgb(114,66,77); }

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