Html Css Color HEX #755267 Cosmic

📋 copy color: '#755267'

red 117 ◦ green 82 ◦ blue 103

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

Shades of Cosmic #755267

Tints of Cosmic #755267

RGB

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

 GREEN value IS 82 (32.42% from 255) = 27.15%

 BLUE value IS 103 (40.63% from 255) = 34.11%

R = 38.74%
G = 27.15%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.12

 K value IS 0.54

RGB Variations

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

Color information

#755267 (or 0x755267) is known color: Cosmic. HEX triplet: 75, 52 and 67. RGB value is (117,82,103). Sum of RGB (Red+Green+Blue) = 117+82+103=302 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.74% from 302); Green value is 82 (32.42% from 255 or 27.15% from 302); Blue value is 103 (40.62% from 255 or 34.11% from 302); Max value from RGB is 117 - color contains mainly: red. Hex color #755267 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755267 is #8AAD98. Grayscale: #5E5E5E. Windows color (decimal): -9088409 or 6771317. OLE color: 6771317.

HSL color Cylindrical-coordinate representation of color #755267: hue angle of 324º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #755267 is Cyan = 0, Magento = 0.30, Yellow = 0.12 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 82 103 -
CMYK 0 0.30 0.12 0.54
HSL 324º 0.18% 0.39% -
HSV(B) 324º 0.3% 0.46% -
XYZ 12.8 10.8 14.24 -
YUV 94.86 132.6 143.79 -
System Red Green Blue C M Y K H S L
Decimal 117 82 103 0 0.30 0.12 0.54 324 0.18 0.39
Hex 75 52 67 0 1E C 36 144 12 27
Octal 165 122 147 0 36 14 66 504 22 47
Binary 1110101 1010010 1100111 0 11110 1100 110110 101000100 10010 100111

Color Harmonies of #755267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755267

Black with #755267

Text Example


Text Example

White with #755267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755267; }

 p { color: rgb(117,82,103); }

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

background-color css

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

 a { background-color: rgb(117,82,103); }

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

border-color css

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

 span { border-color: rgb(117,82,103); }

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