Html Css Color HEX #757675 Boulder

📋 copy color: '#757675'

red 117 ◦ green 118 ◦ blue 117

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

Shades of Boulder #757675

Tints of Boulder #757675

RGB

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

 GREEN value IS 118 (46.48% from 255) = 33.52%

 BLUE value IS 117 (46.09% from 255) = 33.24%

R = 33.24%
G = 33.52%
B = 33.24%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.01

 K value IS 0.54

RGB Variations

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

Color information

#757675 (or 0x757675) is known color: Boulder. HEX triplet: 75, 76 and 75. RGB value is (117,118,117). Sum of RGB (Red+Green+Blue) = 117+118+117=352 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.24% from 352); Green value is 118 (46.48% from 255 or 33.52% from 352); Blue value is 117 (46.09% from 255 or 33.24% from 352); Max value from RGB is 118 - color contains mainly: green. Hex color #757675 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757675 is #8A898A. Grayscale: #757575. Windows color (decimal): -9079179 or 7698037. OLE color: 7698037.

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

Color convert

RGB 117 118 117 -
CMYK 0.01 0 0.01 0.54
HSL 120º 0% 0.46% -
HSV(B) 120º 0.01% 0.46% -
XYZ 17.03 18.02 19.41 -
YUV 117.59 127.67 127.58 -
System Red Green Blue C M Y K H S L
Decimal 117 118 117 0.01 0 0.01 0.54 120 0 0.46
Hex 75 76 75 1 0 1 36 78 0 2E
Octal 165 166 165 1 0 1 66 170 0 56
Binary 1110101 1110110 1110101 1 0 1 110110 1111000 0 101110

Color Harmonies of #757675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757675

Black with #757675

Text Example


Text Example

White with #757675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757675; }

 p { color: rgb(117,118,117); }

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

background-color css

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

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

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

border-color css

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

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

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