Html Css Color HEX #075260 Sherpa Blue

📋 copy color: '#075260'

red 7 ◦ green 82 ◦ blue 96

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

Shades of Sherpa Blue #075260

Tints of Sherpa Blue #075260

RGB

 RED value IS 7 (3.13% from 255) = 3.78%

 GREEN value IS 82 (32.42% from 255) = 44.32%

 BLUE value IS 96 (37.89% from 255) = 51.89%

R = 3.78%
G = 44.32%
B = 51.89%

CMYK

 C value IS 0.93

 M value IS 0.15

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#075260 (or 0x075260) is known color: Sherpa Blue. HEX triplet: 07, 52 and 60. RGB value is (7,82,96). Sum of RGB (Red+Green+Blue) = 7+82+96=185 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.78% from 185); Green value is 82 (32.42% from 255 or 44.32% from 185); Blue value is 96 (37.89% from 255 or 51.89% from 185); Max value from RGB is 96 - color contains mainly: blue. Hex color #075260 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075260 is #F8AD9F. Grayscale: #3D3D3D. Windows color (decimal): -16297376 or 6312455. OLE color: 6312455.

HSL color Cylindrical-coordinate representation of color #075260: hue angle of 189.44º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #075260 is Cyan = 0.93, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 7 82 96 -
CMYK 0.93 0.15 0 0.62
HSL 189.44º 0.86% 0.2% -
HSV(B) 189.44º 0.93% 0.38% -
XYZ 5.22 6.92 12.13 -
YUV 61.17 147.65 89.36 -
System Red Green Blue C M Y K H S L
Decimal 7 82 96 0.93 0.15 0 0.62 189.44 0.86 0.2
Hex 7 52 60 5D F 0 3E BD 56 14
Octal 7 122 140 135 17 0 76 275 126 24
Binary 111 1010010 1100000 1011101 1111 0 111110 10111101 1010110 10100

Color Harmonies of #075260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075260

Black with #075260

Text Example


Text Example

White with #075260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #075260; }

 p { color: rgb(7,82,96); }

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

background-color css

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

 a { background-color: rgb(7,82,96); }

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

border-color css

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

 span { border-color: rgb(7,82,96); }

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