Html Css Color HEX #757A75 Boulder

📋 copy color: '#757A75'

red 117 ◦ green 122 ◦ blue 117

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

Shades of Boulder #757A75

Tints of Boulder #757A75

RGB

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

 GREEN value IS 122 (48.05% from 255) = 34.27%

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

R = 32.87%
G = 34.27%
B = 32.87%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.04

 K value IS 0.52

RGB Variations

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

Color information

#757A75 (or 0x757A75) is known color: Boulder. HEX triplet: 75, 7A and 75. RGB value is (117,122,117). Sum of RGB (Red+Green+Blue) = 117+122+117=356 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.87% from 356); Green value is 122 (48.05% from 255 or 34.27% from 356); Blue value is 117 (46.09% from 255 or 32.87% from 356); Max value from RGB is 122 - color contains mainly: green. Hex color #757A75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757A75 is #8A858A. Grayscale: #777777. Windows color (decimal): -9078155 or 7699061. OLE color: 7699061.

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

Color convert

RGB 117 122 117 -
CMYK 0.04 0 0.04 0.52
HSL 120º 0.02% 0.47% -
HSV(B) 120º 0.04% 0.48% -
XYZ 17.51 18.99 19.57 -
YUV 119.94 126.34 125.91 -
System Red Green Blue C M Y K H S L
Decimal 117 122 117 0.04 0 0.04 0.52 120 0.02 0.47
Hex 75 7A 75 4 0 4 34 78 2 2F
Octal 165 172 165 4 0 4 64 170 2 57
Binary 1110101 1111010 1110101 100 0 100 110100 1111000 10 101111

Color Harmonies of #757A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757A75

Black with #757A75

Text Example


Text Example

White with #757A75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757A75; }

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

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

background-color css

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

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

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

border-color css

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

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

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