Html Css Color HEX #757975 Boulder

📋 copy color: '#757975'

red 117 ◦ green 121 ◦ blue 117

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

Shades of Boulder #757975

Tints of Boulder #757975

RGB

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

 GREEN value IS 121 (47.66% from 255) = 34.08%

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

R = 32.96%
G = 34.08%
B = 32.96%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.03

 K value IS 0.53

RGB Variations

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

Color information

#757975 (or 0x757975) is known color: Boulder. HEX triplet: 75, 79 and 75. RGB value is (117,121,117). Sum of RGB (Red+Green+Blue) = 117+121+117=355 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.96% from 355); Green value is 121 (47.66% from 255 or 34.08% from 355); Blue value is 117 (46.09% from 255 or 32.96% from 355); Max value from RGB is 121 - color contains mainly: green. Hex color #757975 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757975 is #8A868A. Grayscale: #777777. Windows color (decimal): -9078411 or 7698805. OLE color: 7698805.

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

Color convert

RGB 117 121 117 -
CMYK 0.03 0 0.03 0.53
HSL 120º 0.02% 0.47% -
HSV(B) 120º 0.03% 0.47% -
XYZ 17.38 18.74 19.53 -
YUV 119.35 126.67 126.33 -
System Red Green Blue C M Y K H S L
Decimal 117 121 117 0.03 0 0.03 0.53 120 0.02 0.47
Hex 75 79 75 3 0 3 35 78 2 2F
Octal 165 171 165 3 0 3 65 170 2 57
Binary 1110101 1111001 1110101 11 0 11 110101 1111000 10 101111

Color Harmonies of #757975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757975

Black with #757975

Text Example


Text Example

White with #757975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757975; }

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

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

background-color css

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

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

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

border-color css

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

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

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