Html Css Color HEX #757E75 Boulder

📋 copy color: '#757E75'

red 117 ◦ green 126 ◦ blue 117

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

Shades of Boulder #757E75

Tints of Boulder #757E75

RGB

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

 GREEN value IS 126 (49.61% from 255) = 35%

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

R = 32.5%
G = 35%
B = 32.5%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.07

 K value IS 0.51

RGB Variations

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

Color information

#757E75 (or 0x757E75) is known color: Boulder. HEX triplet: 75, 7E and 75. RGB value is (117,126,117). Sum of RGB (Red+Green+Blue) = 117+126+117=360 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.5% from 360); Green value is 126 (49.61% from 255 or 35% from 360); Blue value is 117 (46.09% from 255 or 32.5% from 360); Max value from RGB is 126 - color contains mainly: green. Hex color #757E75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757E75 is #8A818A. Grayscale: #7A7A7A. Windows color (decimal): -9077131 or 7700085. OLE color: 7700085.

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

Color convert

RGB 117 126 117 -
CMYK 0.07 0 0.07 0.51
HSL 120º 0.04% 0.48% -
HSV(B) 120º 0.07% 0.49% -
XYZ 18.01 19.99 19.74 -
YUV 122.28 125.02 124.23 -
System Red Green Blue C M Y K H S L
Decimal 117 126 117 0.07 0 0.07 0.51 120 0.04 0.48
Hex 75 7E 75 7 0 7 33 78 4 30
Octal 165 176 165 7 0 7 63 170 4 60
Binary 1110101 1111110 1110101 111 0 111 110011 1111000 100 110000

Color Harmonies of #757E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757E75

Black with #757E75

Text Example


Text Example

White with #757E75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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