Html Css Color HEX #757875 Boulder

📋 copy color: '#757875'

red 117 ◦ green 120 ◦ blue 117

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

Shades of Boulder #757875

Tints of Boulder #757875

RGB

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

 GREEN value IS 120 (47.27% from 255) = 33.9%

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

R = 33.05%
G = 33.9%
B = 33.05%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.02

 K value IS 0.53

RGB Variations

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

Color information

#757875 (or 0x757875) is known color: Boulder. HEX triplet: 75, 78 and 75. RGB value is (117,120,117). Sum of RGB (Red+Green+Blue) = 117+120+117=354 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.05% from 354); Green value is 120 (47.27% from 255 or 33.90% from 354); Blue value is 117 (46.09% from 255 or 33.05% from 354); Max value from RGB is 120 - color contains mainly: green. Hex color #757875 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757875 is #8A878A. Grayscale: #767676. Windows color (decimal): -9078667 or 7698549. OLE color: 7698549.

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

Color convert

RGB 117 120 117 -
CMYK 0.02 0 0.02 0.53
HSL 120º 0.01% 0.46% -
HSV(B) 120º 0.02% 0.47% -
XYZ 17.26 18.5 19.49 -
YUV 118.76 127.01 126.74 -
System Red Green Blue C M Y K H S L
Decimal 117 120 117 0.02 0 0.02 0.53 120 0.01 0.46
Hex 75 78 75 2 0 2 35 78 1 2E
Octal 165 170 165 2 0 2 65 170 1 56
Binary 1110101 1111000 1110101 10 0 10 110101 1111000 1 101110

Color Harmonies of #757875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757875

Black with #757875

Text Example


Text Example

White with #757875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757875; }

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

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

background-color css

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

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

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

border-color css

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

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

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