Html Css Color HEX #7D454F Camelot

📋 copy color: '#7D454F'

red 125 ◦ green 69 ◦ blue 79

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

Shades of Camelot #7D454F

Tints of Camelot #7D454F

RGB

 RED value IS 125 (49.22% from 255) = 45.79%

 GREEN value IS 69 (27.34% from 255) = 25.27%

 BLUE value IS 79 (31.25% from 255) = 28.94%

R = 45.79%
G = 25.27%
B = 28.94%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.37

 K value IS 0.51

RGB Variations

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

Color information

#7D454F (or 0x7D454F) is known color: Camelot. HEX triplet: 7D, 45 and 4F. RGB value is (125,69,79). Sum of RGB (Red+Green+Blue) = 125+69+79=273 (36% of max value = 765). Red value is 125 (49.22% from 255 or 45.79% from 273); Green value is 69 (27.34% from 255 or 25.27% from 273); Blue value is 79 (31.25% from 255 or 28.94% from 273); Max value from RGB is 125 - color contains mainly: red. Hex color #7D454F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D454F is #82BAB0. Grayscale: #565656. Windows color (decimal): -8567473 or 5195133. OLE color: 5195133.

HSL color Cylindrical-coordinate representation of color #7D454F: hue angle of 349.29º degrees, saturation: 0.29, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7D454F is Cyan = 0, Magento = 0.45, Yellow = 0.37 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 69 79 -
CMYK 0 0.45 0.37 0.51
HSL 349.29º 0.29% 0.38% -
HSV(B) 349.29º 0.45% 0.49% -
XYZ 12 9.18 8.54 -
YUV 86.88 123.55 155.19 -
System Red Green Blue C M Y K H S L
Decimal 125 69 79 0 0.45 0.37 0.51 349.29 0.29 0.38
Hex 7D 45 4F 0 2D 25 33 15D 1D 26
Octal 175 105 117 0 55 45 63 535 35 46
Binary 1111101 1000101 1001111 0 101101 100101 110011 101011101 11101 100110

Color Harmonies of #7D454F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D454F

Black with #7D454F

Text Example


Text Example

White with #7D454F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7D454F; }

 p { color: rgb(125,69,79); }

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

background-color css

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

 a { background-color: rgb(125,69,79); }

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

border-color css

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

 span { border-color: rgb(125,69,79); }

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