Html Css Color HEX #75434C Camelot

📋 copy color: '#75434C'

red 117 ◦ green 67 ◦ blue 76

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

Shades of Camelot #75434C

Tints of Camelot #75434C

RGB

 RED value IS 117 (46.09% from 255) = 45%

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

 BLUE value IS 76 (30.08% from 255) = 29.23%

R = 45%
G = 25.77%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.35

 K value IS 0.54

RGB Variations

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

Color information

#75434C (or 0x75434C) is known color: Camelot. HEX triplet: 75, 43 and 4C. RGB value is (117,67,76). Sum of RGB (Red+Green+Blue) = 117+67+76=260 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45% from 260); Green value is 67 (26.56% from 255 or 25.77% from 260); Blue value is 76 (30.08% from 255 or 29.23% from 260); Max value from RGB is 117 - color contains mainly: red. Hex color #75434C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75434C is #8ABCB3. Grayscale: #525252. Windows color (decimal): -9092276 or 4998005. OLE color: 4998005.

HSL color Cylindrical-coordinate representation of color #75434C: hue angle of 349.2º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #75434C is Cyan = 0, Magento = 0.43, Yellow = 0.35 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 67 76 -
CMYK 0 0.43 0.35 0.54
HSL 349.2º 0.27% 0.36% -
HSV(B) 349.2º 0.43% 0.46% -
XYZ 10.65 8.32 7.88 -
YUV 82.98 124.07 152.27 -
System Red Green Blue C M Y K H S L
Decimal 117 67 76 0 0.43 0.35 0.54 349.2 0.27 0.36
Hex 75 43 4C 0 2B 23 36 15D 1B 24
Octal 165 103 114 0 53 43 66 535 33 44
Binary 1110101 1000011 1001100 0 101011 100011 110110 101011101 11011 100100

Color Harmonies of #75434C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75434C

Black with #75434C

Text Example


Text Example

White with #75434C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75434C; }

 p { color: rgb(117,67,76); }

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

background-color css

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

 a { background-color: rgb(117,67,76); }

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

border-color css

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

 span { border-color: rgb(117,67,76); }

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