Html Css Color HEX #75434B Tosca

📋 copy color: '#75434B'

red 117 ◦ green 67 ◦ blue 75

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

Shades of Tosca #75434B

Tints of Tosca #75434B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 28.96%

R = 45.17%
G = 25.87%
B = 28.96%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.36

 K value IS 0.54

RGB Variations

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

Color information

#75434B (or 0x75434B) is known color: Tosca. HEX triplet: 75, 43 and 4B. RGB value is (117,67,75). Sum of RGB (Red+Green+Blue) = 117+67+75=259 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.17% from 259); Green value is 67 (26.56% from 255 or 25.87% from 259); Blue value is 75 (29.69% from 255 or 28.96% from 259); Max value from RGB is 117 - color contains mainly: red. Hex color #75434B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75434B is #8ABCB4. Grayscale: #525252. Windows color (decimal): -9092277 or 4932469. OLE color: 4932469.

HSL color Cylindrical-coordinate representation of color #75434B: hue angle of 350.4º 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 #75434B is Cyan = 0, Magento = 0.43, Yellow = 0.36 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 67 75 -
CMYK 0 0.43 0.36 0.54
HSL 350.4º 0.27% 0.36% -
HSV(B) 350.4º 0.43% 0.46% -
XYZ 10.61 8.3 7.7 -
YUV 82.86 123.57 152.35 -
System Red Green Blue C M Y K H S L
Decimal 117 67 75 0 0.43 0.36 0.54 350.4 0.27 0.36
Hex 75 43 4B 0 2B 24 36 15E 1B 24
Octal 165 103 113 0 53 44 66 536 33 44
Binary 1110101 1000011 1001011 0 101011 100100 110110 101011110 11011 100100

Color Harmonies of #75434B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75434B

Black with #75434B

Text Example


Text Example

White with #75434B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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