Html Css Color HEX #72434D Camelot

📋 copy color: '#72434D'

red 114 ◦ green 67 ◦ blue 77

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

Shades of Camelot #72434D

Tints of Camelot #72434D

RGB

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

 GREEN value IS 67 (26.56% from 255) = 25.97%

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

R = 44.19%
G = 25.97%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.32

 K value IS 0.55

RGB Variations

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

Color information

#72434D (or 0x72434D) is known color: Camelot. HEX triplet: 72, 43 and 4D. RGB value is (114,67,77). Sum of RGB (Red+Green+Blue) = 114+67+77=258 (34% of max value = 765). Red value is 114 (44.92% from 255 or 44.19% from 258); Green value is 67 (26.56% from 255 or 25.97% from 258); Blue value is 77 (30.47% from 255 or 29.84% from 258); Max value from RGB is 114 - color contains mainly: red. Hex color #72434D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72434D is #8DBCB2. Grayscale: #525252. Windows color (decimal): -9288883 or 5063538. OLE color: 5063538.

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

Color convert

RGB 114 67 77 -
CMYK 0 0.41 0.32 0.55
HSL 347.23º 0.26% 0.35% -
HSV(B) 347.23º 0.41% 0.45% -
XYZ 10.29 8.13 8.05 -
YUV 82.19 125.07 150.69 -
System Red Green Blue C M Y K H S L
Decimal 114 67 77 0 0.41 0.32 0.55 347.23 0.26 0.35
Hex 72 43 4D 0 29 20 37 15B 1A 23
Octal 162 103 115 0 51 40 67 533 32 43
Binary 1110010 1000011 1001101 0 101001 100000 110111 101011011 11010 100011

Color Harmonies of #72434D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72434D

Black with #72434D

Text Example


Text Example

White with #72434D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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