Html Css Color HEX #07525D Sherpa Blue

📋 copy color: '#07525D'

red 7 ◦ green 82 ◦ blue 93

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

Shades of Sherpa Blue #07525D

Tints of Sherpa Blue #07525D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 51.1%

R = 3.85%
G = 45.05%
B = 51.1%

CMYK

 C value IS 0.92

 M value IS 0.12

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#07525D (or 0x07525D) is known color: Sherpa Blue. HEX triplet: 07, 52 and 5D. RGB value is (7,82,93). Sum of RGB (Red+Green+Blue) = 7+82+93=182 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.85% from 182); Green value is 82 (32.42% from 255 or 45.05% from 182); Blue value is 93 (36.72% from 255 or 51.10% from 182); Max value from RGB is 93 - color contains mainly: blue. Hex color #07525D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07525D is #F8ADA2. Grayscale: #3C3C3C. Windows color (decimal): -16297379 or 6115847. OLE color: 6115847.

HSL color Cylindrical-coordinate representation of color #07525D: hue angle of 187.67º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #07525D is Cyan = 0.92, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 7 82 93 -
CMYK 0.92 0.12 0 0.64
HSL 187.67º 0.86% 0.2% -
HSV(B) 187.67º 0.92% 0.36% -
XYZ 5.08 6.87 11.41 -
YUV 60.83 146.15 89.61 -
System Red Green Blue C M Y K H S L
Decimal 7 82 93 0.92 0.12 0 0.64 187.67 0.86 0.2
Hex 7 52 5D 5C C 0 40 BC 56 14
Octal 7 122 135 134 14 0 100 274 126 24
Binary 111 1010010 1011101 1011100 1100 0 1000000 10111100 1010110 10100

Color Harmonies of #07525D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07525D

Black with #07525D

Text Example


Text Example

White with #07525D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07525D; }

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

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

background-color css

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

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

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

border-color css

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

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

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